projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
787170c
)
a11y: Make it compile again
author
Benjamin Otte
<otte@redhat.com>
Mon, 27 Jun 2011 00:58:57 +0000
(
02:58
+0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 5 Jul 2011 20:08:10 +0000
(16:08 -0400)
Overriding CFLAGS is a bad idea. Use INCLUDES instead.
tests/a11y/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/a11y/Makefile.am
b/tests/a11y/Makefile.am
index 5127a9a6210a499fdfd7fb80660799f426e0499f..e6896b80fc08cd997e2bd9a4f1c870b2924dc1c7 100644
(file)
--- a/
tests/a11y/Makefile.am
+++ b/
tests/a11y/Makefile.am
@@
-2,7
+2,7
@@
include $(top_srcdir)/Makefile.decl
check_PROGRAMS = $(TEST_PROGS)
-
CFLAGS =
\
+
INCLUDES =
\
-I$(top_srcdir) \
-I$(top_builddir)/gdk \
-I$(top_srcdir)/gdk \